dbicList Send comments on this topic.
Sort(Int32[],Boolean,Boolean) Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class > Sort Method : Sort(Int32[],Boolean,Boolean) Method

arrSortColumns
An array of columns to perform the sort against.
bSortAsc
Determines if the sort will be ascending.
bIgnoreCase
Determines if the sort will be case sensitive.
Sorts the items in the collection.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Sort( _
   ByVal arrSortColumns() As Integer, _
   ByVal bSortAsc As Boolean, _
   ByVal bIgnoreCase As Boolean _
) 
C# 
public void Sort( 
   int[] arrSortColumns,
   bool bSortAsc,
   bool bIgnoreCase
)

Parameters

arrSortColumns
An array of columns to perform the sort against.
bSortAsc
Determines if the sort will be ascending.
bIgnoreCase
Determines if the sort will be case sensitive.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also